﻿html,body,form,div,span,a,ul,li,table,td,tr,img,h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

@font-face {
    font-family: vazir;
    src: url('../fonts/vazir.ttf') format('truetype');
}

@font-face {
    font-family: vazir-Thin;
    src: url('../fonts/Vazir-Thin.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Black;
    src: url('../fonts/Vazir-Black.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Bold;
    src: url('../fonts/Vazir-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Light;
    src: url('../fonts/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: Vazir-Medium;
    src: url('../fonts/Vazir-Medium.ttf') format('truetype');
}

html, body
{
	width:100%;
	height:100%;
}
html {scroll-behavior: smooth;}

body
{
	font-family:vazir,Tahoma;
	font-size:1em;
	line-height:1.2em;
	direction:rtl;
	margin:0;
	padding:0;
	
}


h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:Vazir-Bold}

h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif; font-weight:400;margin:10px 0}
.w3-wide{letter-spacing:4px}

hr{border:0;border-top:1px solid #eee;margin:20px 0}

ol,ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	color:#0ea4f0;
	vborder:0;
}

a:hover {
	text-decoration: underline;
}


input,select,textarea
{
	margin-top:3px;
    border-radius:8px;
}

.dvAppNotInstaled {
	background: rgba(100,100,100,0.90);
	padding: 0;
	position: fixed;
	top:0;
	left:0;
	text-align:center;
	width: 100%;
	height: 100vh;
	display: none;
	z-index:101;
}
.dvAppNotInstaled>div{
	padding:80px 10px;
}

.dvAppNotInstaled_ttl {
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px;
	color: orangered;
}

.dvAppNotInstaled_cntnt{
	line-height:2.2em;
}
.dvAppNotInstaled_cntnt p {
	line-height: 2.0em;
	font-size:0.8em;
}

.btnAppNotInstall, .btnAppNotInstall_cancel {
	display: block;
	margin: 25px auto;
	background: orange;
	border-radius: 3px;
	border:0;
	font-family:Vazir;
	padding:4px 18px;
}

.btnAppNotInstall_cancel {
	background: lightblue;
}

.dvAppNotInstaled_logo {
	background: url('../../../included/img/logo_144.png') no-repeat;
	width: 144px;
	height: 190px;
	margin: 50px auto;
}

#top, #bottom {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
}

#body
{
	background:linear-gradient(to bottom, #bde1f1, #ecd3ab);
	
	height:100%;
	width:100%;
	padding-top:60px;
	padding-bottom:50px;
	display:inline-table;
	
}


#contentFixer
{
	width:100%;
	height:60px;
	float:left;
	background:transparent;
}
#content
{
	margin:0 5px;
	font-family:Vazir;
	font-size:14px;
	line-height:27px;
	
}

#content p {
	text-align:justify;
	direction:rtl;
}

#content img {
	max-width: 98%;
	margin: 10px 0;
}	
	
#content h2
{
	color:#000;
	font-size:16px;
	font-family:Vazir-Black;
}

	#content h2 a {
		text-decoration:underline;
		color:#000;
	}

#top
{
	height:50px;
	width:100%;
	top:0;
	background:#73868d;
	mbackground:rgba(210, 200, 170, 0.9);
}

.logo
{
	background:url(../img/logoSmall.png) no-repeat;
	width:61px;
	height:40px;
	
	position:fixed;
	top:10px;
	left:10px;
	
}
#bottom
{
	height:40px;
	width:100%;
	bottom:0;
	background:#a09581;
	text-align:center;
	color:#000;
}

#bottom div
{
	margin-top:10px;
	
}



.pageTitle
{
	display:block;
	font-family:Vazir-Bold;
	font-size:1.3em;
	color:#dddcd7;
	margin:4px auto;
	width:200px;
	text-align:center;
	padding-top:10px;
}
.menuLnk {
    
    font-size:30px;
    padding-top:15px;
    margin-right:10px;
    font-weight:bold;
    width:500px;
    height:30px;
    color:#fff;
}

.menuLnk a
{
	margin:0 10px;
	color:#dadada;
	font-size:14px;
	float:right;
	font-family:Vazir-Medium;
	font-weight:normal;
}

.menuLnk a:hover
{
	color:#81d5fa;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -3px;
    background-color: #c2c2c2;
    background:linear-gradient(to bottom, #bde1f1, #ecd3ab);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left:3px solid #0ea4f0;
}

.sidenav .menuTop
{
	position: absolute;
    top: 0;
    right: 0px;
    height:50px;
    background:#aaaaaa;
    border:0;
    width:100%;
}

.sidenav .menuBottom
{
	position: absolute;
    left: 0px;
    bottom:60px;
    height:40px;
    background-color:#aaaaaa;
    width:100%;
    font-size:12px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family:Vazir-Medium;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    cbackground:#333;
    margin:2px 0;
    cborder-bottom:solid #818181 1px;
}

.sidenav a:hover {
    color:#ff7d01;
}

.menuBottom a
{
	color:#81d5fa;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px;
    margin-left: 0px;
    text-align:left;
    color:red;
    background:none;
    padding:10px;
    color:#0ea4f0;
    border:0;
}



	
.tablet, .mobile{display:none;}

@media only screen and (min-width: 768px) {
    .menuLnk
    {
    	width:700px;
        font-size:12px;
    }
}

@media only screen and (max-width: 1000px) {
    
}

@media only screen and (max-width: 768px) {

	.notTablet{
		display:none;
	}

	.tablet{
		display:block;
	}
    
}

@media only screen and (max-width: 481px) {

	.notMobile {
		display: none;
	}

	.mobile {
		display:block;
	}

	
}
